Created: 2022-07-20
Tags: #fleeting
Private and Public Keys
IF -> Client wants to connect to the server
THEN -> Server encrypts the random number using your public key
#myquestion What does random number mean here???
Server sends the encrypted message to client
Client will decrypt it using its private key
Client then sends the decrypted information to server
Server verifies that the decrypted info is correct
Downsides of using HTTPs